home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-support.prerm < prev    next >
Encoding:
Text File  |  2009-04-10  |  224 b   |  10 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. # Don't fail if this command fails, it's not important enough.
  7. # In this case, make the cleanup by hand.
  8. update-python-modules -c -b python-support.dirs || \
  9.     rm -f /usr/lib/python-support/private/*.pyc
  10.